Platform Explorer / Nuxeo Platform 5.8

Operation Services.AddActivityReply (Add a reply to an existing activity)

Description

Add a reply to an existing activity.
Operation id Services.AddActivityReply
Category Services
Label Add a reply to an existing activity
Requires
Since

Parameters

Name Description Type Required Default value
activityId string yes  
activityLinkBuilderName string yes  
message string yes  
language string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.activity.operations.AddActivityReply
Contributing Component org.nuxeo.ecm.activity.operations

JSON Definition

{
  "id" : "Services.AddActivityReply",
  "label" : "Add a reply to an existing activity",
  "category" : "Services",
  "requires" : null,
  "description" : "Add a reply to an existing activity.",
  "url" : "Services.AddActivityReply",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "activityId",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "activityLinkBuilderName",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "message",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "language",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}